home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / serial / callback.001 / callback~ / callback / lib / dest / setphone.c < prev    next >
C/C++ Source or Header  |  1996-07-22  |  133b  |  8 lines

  1.  
  2. #include "dest.p"
  3.  
  4. void set_phone(char *phone)
  5. {                        /* set the destinationfile */
  6.     set_phonenr(ndestinations - 1, phone);
  7. }
  8.